Skip to main content

SubFlowBegin Constructors

An object defining constructors for the SubFlowBegin class.

SubFlowBegin(name, workflowData, workflowCodeInstance)

Constructor for the SubFlowBegin class. Initializes a new instance of the SubFlowBegin class.

Parameters:

name (required): string
The name of the sub-flow begin step.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the sub-flow.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


SubFlowBegin(name, workflowData, workflowCodeInstance)

Constructor for the SubFlowBegin class. Initializes a new instance of the SubFlowBegin class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.